home *** CD-ROM | disk | FTP | other *** search
- mintprim.obj<mintprim.asm, mintdefs.asm
- masm mintprim;
- if errorlevel 1 goto abort
- mintscan.obj<mintscan.asm
- masm mintscan;
- if errorlevel 1 goto abort
- mintform.obj<mintform.asm, mintdefs.asm
- masm mintform;
- if errorlevel 1 goto abort
- emacs.obj<emacs.asm, mintdefs.asm
- masm emacs;
- if errorlevel 1 goto abort
- redisp.obj<redisp.asm
- masm redisp;
- if errorlevel 1 goto abort
- memory.obj<memory.asm
- masm memory;
- if errorlevel 1 goto abort
- pick.obj<pick.asm
- masm pick;
- if errorlevel 1 goto abort
- z100.obj<z100.asm,control.asm
- masm z100;
- if errorlevel 1 goto abort
- files.obj<files.asm
- masm files;
- if errorlevel 1 goto abort
- search.obj<search.asm
- masm search;
- if errorlevel 1 goto abort
- marks.obj<marks.asm
- masm marks;
- if errorlevel 1 goto abort
- buffers.obj<buffers.asm
- masm buffers;
- if errorlevel 1 goto abort
- tredlast.obj<tredlast.asm
- masm tredlast;
- if errorlevel 1 goto abort
- mintlast.obj<mintlast.asm
- masm mintlast;
- if errorlevel 1 goto abort
- emacs100.exe<mintprim.obj,mintscan.obj,mintform.obj,emacs.obj,redisp.obj,
- buffers.obj,z100.obj,pick.obj,files.obj,search.obj,marks.obj,
- memory.obj,tredlast.obj,mintlast.obj
- link @emacs100.bll
- :abort
-